---
title: "Add a Group"
method: POST
path: "/group "
tags: ["Group"]
---

# Add a Group

`POST /group `

Add a group with data.

<strong>HTTP Request</strong>

    POST https://api.mnotify.com/api/group

<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i>the response parameter _id returned in the JSON response is the id of the newly created group. You can save it somewhere in your personal DB.</p>

## Path parameters

- `key` string, required
- `group_name` string, required

## Response `200`

Success

- AddGroup
  - `status` string
  - `_id` string — id of group

---

[API](https://skmtc.dev/mnotify/apis/bms-documentation.md) · [All operations](https://skmtc.dev/mnotify/apis/bms-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mnotify/bms-documentation/revisions/c06855f2ed03/schema)
